type github.com/andybalholm/brotli.contextBlockSplitter
5 uses
github.com/andybalholm/brotli (current package)
metablock.go#L273: type contextBlockSplitter struct {
metablock.go#L291: func initContextBlockSplitter(self *contextBlockSplitter, alphabet_size uint, num_contexts uint, min_block_size uint, split_threshold float64, num_symbols uint, split *blockSplit, histograms *[]histogramLiteral, histograms_size *uint) {
metablock.go#L335: func contextBlockSplitterFinishBlock(self *contextBlockSplitter, is_final bool) {
metablock.go#L464: func contextBlockSplitterAddSymbol(self *contextBlockSplitter, symbol uint, context uint) {
metablock.go#L493: ctx contextBlockSplitter
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |